home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / dls100.zip / DLS.LH < prev    next >
Text File  |  1997-07-14  |  4KB  |  75 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;
  3. ;; Download List Saver Language File
  4. ;;
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. ;
  7.  
  8. =dls
  9. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  10. ;; Please modify the line below to suite your system.
  11. ;; 
  12. ;; Remember to double-up the backslash's ie 'c:\\max'
  13. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  14.  
  15. ;; Directory to store the data files in (Remember trailing \\'s)
  16. dls_data=            "c:\\max\\dls\\data\\";
  17.  
  18. ;; Your mailers rescan flag
  19. dls_rescanflag=      "c:\\binkley\\flags\\btrescan.01";
  20.  
  21. ;; Path and filename for point data
  22. dls_pointdata=      "c:\\max\\points.ctl";
  23.  
  24. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  25. ;; Stop HERE! (Unless you want to modify colours/text!)
  26. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  27. dls_save=            "1, Save your tagged files";
  28. dls_load=            "2, Load your tagged files list";
  29. dls_point=           "3, Point/Node Menu";
  30. dls_about=           "4, What Is This???";
  31. dls_leave=           "5, Leave Here!";
  32. dls_now=             "So Now what?";
  33. dls_pak=             "Slap A Key";
  34. dls_saved=           "Saving Data...";
  35. dls_store=           "Storing in ";
  36. dls_sdone=           LBLUE "File Saved";
  37. dls_snull=           LGREEN "Uh? You wanna save a list of 0 files???, Strange Person! :)";
  38. dls_restd=           "Restoring Data...";
  39. dls_read=            "Reading From ";
  40. dls_rnull=           LCYAN "No files to restore!";
  41. dls_sdl=             LGREEN "Start Download Now (y/N)";
  42. dls_start=           LCYAN "Starting Download";
  43. dls_help=            LRED "What is this??\n";
  44. dls_help1=           WHITE "─" LRED "─" RED "─────────" LRED "─" WHITE "─\n\n";
  45. dls_help2=           "OK, so you want to know what this does eh?\n\n";
  46. dls_help3=           YELLOW "What DLS (Download List Saver) does is it allows you to save a list of\n";
  47. dls_help4=           "tagged files!\n\n";
  48. dls_help5=           "For exmple you have just tagged about 10 files when you relise\n";
  49. dls_help6=           "that you have already been on for 45mins at peak rate!!\n";
  50. dls_help7=           "Well, you could save that TAGGED filelist and next time you log-on you\n";
  51. dls_help8=           "could Restore that list, saving you having to scoure the BBS again!!\n\n";
  52. dls_help9=           "Usefull, Huh!\n\n";
  53. dls_help0=           "Well at least I hope you find it useful ;)\n\n";
  54. dls_p_point=         LRED "Point Options\n";
  55. dls_p_ul=            WHITE "─" LRED "─" RED "─────────" LRED "─" WHITE "─\n\n";
  56. dls_p_1=             "1, Send Tagged files to your point (Not the saved list!)\n";
  57. dls_p_2=             "2, Eh? Point? What?\n";
  58. dls_p_3=             "3, Back to DLS\n";
  59. dls_p_4=             "4, Leave DLS\n";
  60. dls_p_scan=          LBLUE "Scanning DATA file for your point details...\n\n";
  61. dls_p_norec=         "Your Name isn't in our records.\n";
  62. dls_p_found=         "Found You!";
  63. dls_p_hold=          LBLUE "\n\nFile(s) Put On HOLD For You";
  64. dls_p_null=          LGREEN "Uh? You wanna put 0 files on HOLD???, Strange Person! :)\n\n";
  65. dls_p_help1=         "So you have no idea what this option is hey?\n\n";
  66. dls_p_help2=         "Well, point is a way of getting mail from a bbs with out\n";
  67. dls_p_help3=         "actully logging on to the bbs. A bit like QWK but with even less hassel!!\n\n";
  68. dls_p_help4=         "";
  69. dls_p_help5=         "";
  70. dls_p_help6=         "";
  71. dls_p_help7=         "";
  72. dls_p_help8=         "";
  73. dls_p_help9=         "";
  74. dls_p_help0=         "\n";
  75.